Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseStorage<T,TMappingCollection> Class / EndEdit Method
The object on which to apply pending changes.

In This Topic
    EndEdit Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Applies pending changes to the underlying data source.
    Syntax
    'Declaration
     
    
    Public Sub EndEdit( _
       ByVal item As Object _
    ) 
    public void EndEdit( 
       object item
    )

    Parameters

    item
    The object on which to apply pending changes.
    See Also